home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / clipper / nfpat7.zip / PAT7.DOC < prev   
Text File  |  1993-03-02  |  2KB  |  47 lines

  1. --------------------------------------------------------------------
  2. Nanforum Toolkit v2.1 Patch #7    3/1/93
  3. --------------------------------------------------------------------
  4.  
  5. The FT_MENUTO() function had a bug whereby when you have SET MESSAGE
  6. x CENTER set and you do a
  7.  
  8.     @ x,y PROMPT "XXX" MESSAGE "mmmm"
  9.     
  10. the message is centered based upon the length of the prompt rather
  11. than the message.  Gary F. Alderson (CIS ID: 76666,357) found and
  12. fixed the bug.
  13.  
  14. To apply the patch, just replace MENUTO.PRG in your NFSRC.ZIP with
  15. the attached MENUTO.PRG (if you downloaded the source code).
  16.  
  17. Then, you need a library utlitity (LIB.EXE comes with many versions
  18. of DOS, and with most compilers, and can be downloaded from the MSL
  19. forum on CompuServe as S12776.ARC).  If you know what to do, simply
  20. replace the MENUTO.OBJ module with the new one that is included in
  21. this patch file.  
  22.  
  23. The procedure, for those not sure:
  24.  
  25. 1.  Make a safe copy of NANFOR.LIB.  Hide it away.
  26.  
  27. 2.  Change to the directory where NANFOR.LIB is located.
  28.  
  29. 3.  Put MENUTO.OBJ in the same directory as NANFOR.LIB.
  30.  
  31. 4.  Type
  32.         
  33.          LIB NANFOR -+ MENUTO;
  34.  
  35. That should do it.  
  36.  
  37. Don't confuse this #7 patch with Patch #6 which also fixed a different
  38. bug in the MENUTO code.  This patch incorporates the Patch #6 fix so
  39. if you apply this one, you need not apply #6, but it won't hurt
  40. anything.
  41.  
  42. Remember to report all strange stuff like this in Section 5 on
  43. Nanforum! If you have any problems, please contact me so I can help
  44. you get them fixed.
  45.  
  46. Glenn Scott [71620,1521]
  47.